home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / PlainTalk™ Speech Technologies / Text to Speech / Programming Stuff / Examples / TESample with TTS / TESample.make < prev    next >
Encoding:
Text File  |  1993-09-15  |  718 b   |  24 lines  |  [TEXT/MPS ]

  1.  
  2. MyCOptions = -opt full -warnings on -r -b -d SystemSevenOrLater=1 ∂
  3.             -i "{SpeechInterfaces}"
  4.  
  5. CObjs    =    "{SpeechOtherObjs}"TESample.c.o     ∂
  6.             "{SpeechOtherObjs}"TESampleGlue.a.o ∂
  7.             "{MPW}Libraries:Libraries:"Runtime.o ∂
  8.             "{MPW}Libraries:Libraries:"Interface.o
  9.  
  10. TESample ƒ "{SpeechBuilds}"TESample
  11.  
  12. "{SpeechBuilds}"TESample ƒƒ {CObjs} TESample.make
  13.     Link {CObjs} -o {Targ} 
  14.     SetFile {Targ} -t APPL -c 'MOOT' -a B
  15.  
  16. "{SpeechBuilds}"TESample ƒƒ TESample.r TESample.h TESample.make
  17.         Rez TESample.r -rd -append -o {Targ} 
  18.  
  19. "{SpeechOtherObjs}"TESample.c.o    ƒ TESample.c TESample.make
  20.     C TESample.c {MyCOptions} -o {Targ}
  21.     
  22. "{SpeechOtherObjs}"TESampleGlue.a.o    ƒ TESampleGlue.a TESample.make
  23.     Asm TESampleGlue.a -o {Targ}
  24.